Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool IObservableSource<ViewRow>.IsDeletedStateAvailable { get; }
Visual Basic
Private ReadOnly Property IsDeletedStateAvailable As Boolean
	Implements IObservableSource(Of ViewRow).IsDeletedStateAvailable
	Get

Implements

IObservableSource<(Of <(<'T>)>)>..::..IsDeletedStateAvailable

See Also